Make sure grab-notify is emitted on toplevels as well as child widgets.
authorAlexander Larsson <alexl@redhat.com>
Mon, 22 May 2006 17:19:10 +0000 (17:19 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Mon, 22 May 2006 17:19:10 +0000 (17:19 +0000)
commitd2cb6c6eb21a1aa341c9555d5950a1b1da66a05a
treed3662d2f49fa74394e54fae3b1596ee26a2ca658
parentfb3eeb868689df25cc8fa56ed8471f1b880bb1c1
Make sure grab-notify is emitted on toplevels as well as child widgets.

2006-05-22  Alexander Larsson  <alexl@redhat.com>

* gtk/gtkmain.c:
Make sure grab-notify is emitted on toplevels as well as
child widgets.

* gtk/Makefile.am:
* gtk/gtkwin32embedwidget.[ch]
Add new widget used for win32 port to embed gtk+
widgets in windows dialog.

* gtk/gtkmarshalers.list:
Add POINTER:VOID

* gtk/gtkprintoperation-private.h:
* gtk/gtkprintoperation.[ch]:
Generic support for custom widgets in print dialog.

* gtk/gtkprintoperation-win32.c:
Implement custom widget support for win32.

* tests/print-editor.c:
Allow setting of font using custom widgets in the print dialog.
12 files changed:
ChangeLog
ChangeLog.pre-2-10
gtk/Makefile.am
gtk/gtkmain.c
gtk/gtkmarshalers.list
gtk/gtkprintoperation-private.h
gtk/gtkprintoperation-win32.c
gtk/gtkprintoperation.c
gtk/gtkprintoperation.h
gtk/gtkwin32embedwidget.c [new file with mode: 0644]
gtk/gtkwin32embedwidget.h [new file with mode: 0644]
tests/print-editor.c